to pass control to meaning in English
把管制移交给
Examples
- To pass control to the next iteration without exiting the loop , use the
若要将控制权传递给下一个迭代但不退出循环,请使用 - Object to allow the filter to pass control to the next resource in the chain
对象,以允许过滤器把控制权传递给链中的下一个资源。 - This can be useful if you need one component to set up some javabeans , open or close resources , authenticate the user , or otherwise perform some prep work prior to passing control to the next component
Forward在有些时候会比较有用,比如说需要用一个组件设置一些javabean 、打开或关闭资源、认证用户,或者在将控制权传递给下一个组件之前需要执行一些准备工作。